home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 009a / snpd0493.zip / MOUSE.H < prev    next >
C/C++ Source or Header  |  1993-04-05  |  919b  |  29 lines

  1. .I 12 26
  2. #endif
  3.  
  4. #define MSMOUSE 0x33
  5.  
  6. extern int mouse_present;
  7.  
  8. int  ms_reset(int *);
  9. void ms_show_cursor(void);
  10. void ms_hide_cursor(void);
  11. int  ms_get_mouse_pos(int *, int *);
  12. void ms_set_mouse_pos(int, int);
  13. int  ms_button_press_status(int, int *, int *, int *);
  14. int  ms_button_release_status(int, int *, int *, int *);
  15. void ms_restrict_horiz(int, int);
  16. void ms_restrict_horiz(int, int);
  17. void ms_define_window(int, int, int, int);
  18. void ms_set_graphics_cursor(int, int, unsigned, unsigned);
  19. void ms_set_text_cursor(int, int, int);
  20. void ms_read_motion_counters(int *, int *);
  21. void ms_set_event_subroutine(int, unsigned, unsigned);
  22. void ms_light_pen_on(void);
  23. void ms_light_pen_off(void);
  24. void ms_set_sensitivity(int, int);
  25. void ms_protect_area(int, int, int, int);
  26. int  ms_set_large_graphics_cursor(int, int, int, int, unsigned, unsigned);
  27. void ms_set_doublespeed_threshold(int);
  28. .D 13 10
  29.